Fix links to freedesktop.org specs in the documentation.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Feb 2005 04:24:48 +0000 (04:24 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 21 Feb 2005 04:24:48 +0000 (04:24 +0000)
2005-02-20  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkwindow.c:
* gtk/gtkclipboard.c: Fix links to freedesktop.org specs
in the documentation.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
docs/reference/gtk/tmpl/gtkicontheme.sgml
gtk/gtkclipboard.c
gtk/gtkwindow.c

index 1e573a719a926ee5ee374f48a0427d6d9abbf471..4ec5a69d650a8471e7c10876847fcadfaef9f3db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-02-20  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkwindow.c: 
+       * gtk/gtkclipboard.c: Fix links to freedesktop.org specs
+       in the documentation.
+
        * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids): 
        Set have_render_with_trapezoids to GDK_YES when we have 
        a new enough Render extension.  (#167965,Billy Biggs) 
index 1e573a719a926ee5ee374f48a0427d6d9abbf471..4ec5a69d650a8471e7c10876847fcadfaef9f3db 100644 (file)
@@ -1,5 +1,9 @@
 2005-02-20  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkwindow.c: 
+       * gtk/gtkclipboard.c: Fix links to freedesktop.org specs
+       in the documentation.
+
        * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids): 
        Set have_render_with_trapezoids to GDK_YES when we have 
        a new enough Render extension.  (#167965,Billy Biggs) 
index 1e573a719a926ee5ee374f48a0427d6d9abbf471..4ec5a69d650a8471e7c10876847fcadfaef9f3db 100644 (file)
@@ -1,5 +1,9 @@
 2005-02-20  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkwindow.c: 
+       * gtk/gtkclipboard.c: Fix links to freedesktop.org specs
+       in the documentation.
+
        * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids): 
        Set have_render_with_trapezoids to GDK_YES when we have 
        a new enough Render extension.  (#167965,Billy Biggs) 
index fb33c6bbb8c956120cad3ecdf0b118111f22168a..27f1e97fce936ba443c1fa5974ed9797526d8b33 100644 (file)
@@ -12,7 +12,7 @@ providing a filename is to allow different icons to be used
 depending on what <firstterm>icon theme</firstterm> is selecetd
 by the user. The operation of icon themes on Linux and Unix
 follows the <ulink
-url="http://www.freedesktop.org/standards/icon-theme-spec">Icon
+url="http://www.freedesktop.org/Standards/icon-theme-spec">Icon
 Theme Specification</ulink>. There is a default icon theme,
 named <literal>hicolor</literal> where applications should install
 their icons, but more additional application themes can be
index bf88e8de7a173a814838382a61b79fe685c52188..a570b74c9d37bfeee75f42c0a7cb3ac591ed73ab 100644 (file)
@@ -260,8 +260,8 @@ clipboard_display_closed (GdkDisplay   *display,
  *
  * (Passing #GDK_NONE is the same as using <literal>gdk_atom_intern
  * ("CLIPBOARD", FALSE)</literal>. See <ulink
- * url="http://www.freedesktop.org/standards/clipboards-spec/clipboards.txt">
- * http://www.freedesktop.org/standards/clipboards-spec/clipboards.txt</ulink>
+ * url="http://www.freedesktop.org/Standards/clipboards-spec">
+ * http://www.freedesktop.org/Standards/clipboards-spec</ulink>
  * for a detailed discussion of the "CLIPBOARD" vs. "PRIMARY"
  * selections under the X window system. On Win32 the
  * #GDK_SELECTION_PRIMARY clipboard is essentially ignored.)
index ad5d6f05e4a3715a276c0dfb8e793d13be9da0d2..ecd8b34a053230182e150f3616edeb9e233326dc 100644 (file)
@@ -3471,8 +3471,8 @@ gtk_window_get_size (GtkWindow *window,
  * gdk_screen_height () - window_height)</literal>.
  *
  * The Extended Window Manager Hints specification at <ulink 
- * url="http://www.freedesktop.org/standards/wm-spec">
- * http://www.freedesktop.org/standards/wm-spec</ulink> has a 
+ * url="http://www.freedesktop.org/Standards/wm-spec">
+ * http://www.freedesktop.org/Standards/wm-spec</ulink> has a 
  * nice table of gravities in the "implementation notes" section.
  *
  * The gtk_window_get_position() documentation may also be relevant.
@@ -6278,9 +6278,10 @@ gtk_window_unfullscreen (GtkWindow *window)
  * on #GtkWidget.
  *
  * Note that, according to the <ulink 
- * url="http://www.freedesktop.org/standards/wm-spec">Extended Window Manager Hints</ulink>
- * specification, the above state is mainly meant for user preferences and should not be used 
- * by applications e.g. for drawing attention to their dialogs.
+ * url="http://www.freedesktop.org/Standards/wm-spec">Extended Window 
+ * Manager Hints</ulink> specification, the above state is mainly meant 
+ * for user preferences and should not be used by applications e.g. for 
+ * drawing attention to their dialogs.
  *
  * Since: 2.4
  **/
@@ -6331,9 +6332,10 @@ gtk_window_set_keep_above (GtkWindow *window,
  * on #GtkWidget.
  *
  * Note that, according to the <ulink 
- * url="http://www.freedesktop.org/standards/wm-spec">Extended Window Manager Hints</ulink>
- * specification, the above state is mainly meant for user preferences and should not be used 
- * by applications e.g. for drawing attention to their dialogs.
+ * url="http://www.freedesktop.org/Standards/wm-spec">Extended Window 
+ * Manager Hints</ulink> specification, the above state is mainly meant 
+ * for user preferences and should not be used by applications e.g. for 
+ * drawing attention to their dialogs.
  *
  * Since: 2.4
  **/